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

Commit bd4171c

Browse files
committed
nuget
1 parent cd0b7fa commit bd4171c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.nuget/UniRx.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>UniRx</id>
5-
<version>5.4.0.1</version>
5+
<version>5.4.1.0</version>
66
<title>UniRx</title>
77
<authors>neuecc</authors>
88
<owners>neuecc</owners>

.nuget/push.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nuget push UniRx.5.4.0.1.nupkg
1+
nuget push UniRx.5.4.1.0.nupkg

Dlls/UniRx.Library/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("5.4.0.1")]
33-
[assembly: AssemblyFileVersion("5.4.0.1")]
32+
[assembly: AssemblyVersion("5.4.1.0")]
33+
[assembly: AssemblyFileVersion("5.4.1.0")]
3434

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

0 commit comments

Comments
 (0)