We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4fd5c commit 59b5cbdCopy full SHA for 59b5cbd
LazyProxy.Unity/LazyProxy.Unity.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFramework>netstandard2.0</TargetFramework>
4
- <Version>0.1.8</Version>
+ <Version>1.0.0</Version>
5
<PackageId>LazyProxy.Unity</PackageId>
6
<Company>ServiceTitan, Inc.</Company>
7
<Authors>ServiceTitan, Inc.</Authors>
@@ -18,4 +18,4 @@
18
<PackageReference Include="LazyProxy" Version="1.0.0" />
19
<PackageReference Include="Unity.Container" Version="5.10.2" />
20
</ItemGroup>
21
-</Project>
+</Project>
0 commit comments