Skip to content

Commit fdb25f9

Browse files
committed
: Upgrade to Unity 5.8.13
1 parent e063469 commit fdb25f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LazyProxy.Unity.Sample/LazyProxy.Unity.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Unity" Version="5.8.6" />
7+
<PackageReference Include="Unity" Version="5.8.13" />
88
</ItemGroup>
99
<ItemGroup>
1010
<ProjectReference Include="..\LazyProxy.Unity\LazyProxy.Unity.csproj" />

LazyProxy.Unity/LazyProxy.Unity.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4-
<Version>0.1.4</Version>
4+
<Version>0.1.5</Version>
55
<PackageId>LazyProxy.Unity</PackageId>
66
<Company>ServiceTitan, Inc.</Company>
77
<Authors>ServiceTitan, Inc.</Authors>
@@ -16,6 +16,6 @@
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="LazyProxy" Version="0.1.4" />
19-
<PackageReference Include="Unity" Version="5.8.6" />
19+
<PackageReference Include="Unity" Version="5.8.13" />
2020
</ItemGroup>
2121
</Project>

0 commit comments

Comments
 (0)