Skip to content

Commit

Permalink
Merge pull request #32 from topfreegames/feature/release-0-12-0-nuspec
Browse files Browse the repository at this point in the history
Update version to 0.12.0 (NuGet package)
  • Loading branch information
gabrielcorado authored Aug 12, 2021
2 parents b6a0d84 + dfc3d8f commit 52aceec
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions unity-example/NPitaya.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
<package>
<metadata>
<id>NPitaya</id>
<version>0.11.2-alpha.1</version>
<authors>leonardohahn,felipejfc</authors>
<owners>TFG</owners>
<version>0.12.0</version>
<authors>TFG Co</authors>
<owners>TFG Co</owners>
<projectUrl>https://github.com/topfreegames/libpitaya-cluster</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>C# binding to the pitaya-cpp library</description>
<releaseNotes>Fix non-stop reconnections with etcd</releaseNotes>
<copyright>Copyright TFG co</copyright>
<tags>pitaya server grpc nats</tags>
<dependencies>
Expand All @@ -21,4 +20,4 @@
<file src="../precompiled/*" target="Plugins" />
<file src="NPitaya.asmdef" target="" />
</files>
</package>
</package>

0 comments on commit 52aceec

Please sign in to comment.