Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Sep 4, 2016
1 parent cd0b7fa commit bd4171c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nuget/UniRx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>UniRx</id>
<version>5.4.0.1</version>
<version>5.4.1.0</version>
<title>UniRx</title>
<authors>neuecc</authors>
<owners>neuecc</owners>
Expand Down
2 changes: 1 addition & 1 deletion .nuget/push.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nuget push UniRx.5.4.0.1.nupkg
nuget push UniRx.5.4.1.0.nupkg
4 changes: 2 additions & 2 deletions Dlls/UniRx.Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.0.1")]
[assembly: AssemblyFileVersion("5.4.0.1")]
[assembly: AssemblyVersion("5.4.1.0")]
[assembly: AssemblyFileVersion("5.4.1.0")]

[assembly: InternalsVisibleTo("UniRx.Unity")]

0 comments on commit bd4171c

Please sign in to comment.