Skip to content

Commit 11bab02

Browse files
committed
Version bump nuget.
1 parent 7ca4fe9 commit 11bab02

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Documentation/Install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Download and install the latest release (coming soon).
2828
Install the nuget package [com.neogeek.rhythm-game-utilities](https://www.nuget.org/packages/com.neogeek.rhythm-game-utilities/) via the CLI or from within your IDE.
2929

3030
```bash
31-
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
31+
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.4
3232
```
3333

3434
### SDL
@@ -60,5 +60,5 @@ dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
6060
Install the nuget package [com.neogeek.rhythm-game-utilities](https://www.nuget.org/packages/com.neogeek.rhythm-game-utilities/) via the CLI or from within your IDE.
6161

6262
```bash
63-
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
63+
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.4
6464
```

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Download and install the latest release (coming soon).
113113
Install the nuget package [com.neogeek.rhythm-game-utilities](https://www.nuget.org/packages/com.neogeek.rhythm-game-utilities/) via the CLI or from within your IDE.
114114

115115
```bash
116-
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
116+
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.4
117117
```
118118

119119
### SDL
@@ -145,7 +145,7 @@ dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
145145
Install the nuget package [com.neogeek.rhythm-game-utilities](https://www.nuget.org/packages/com.neogeek.rhythm-game-utilities/) via the CLI or from within your IDE.
146146

147147
```bash
148-
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
148+
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.4
149149
```
150150

151151
## API

RhythmGameUtilities/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Download and install the latest release (coming soon).
113113
Install the nuget package [com.neogeek.rhythm-game-utilities](https://www.nuget.org/packages/com.neogeek.rhythm-game-utilities/) via the CLI or from within your IDE.
114114

115115
```bash
116-
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
116+
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.4
117117
```
118118

119119
### SDL
@@ -145,7 +145,7 @@ dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
145145
Install the nuget package [com.neogeek.rhythm-game-utilities](https://www.nuget.org/packages/com.neogeek.rhythm-game-utilities/) via the CLI or from within your IDE.
146146

147147
```bash
148-
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
148+
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.4
149149
```
150150

151151
## API

RhythmGameUtilities/RhythmGameUtilities.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<LangVersion>9.0</LangVersion>
55
<AssemblyVersion>1.0.0</AssemblyVersion>
66
<PackageId>com.neogeek.rhythm-game-utilities</PackageId>
7-
<Version>1.0.0-alpha.3</Version>
7+
<Version>1.0.0-alpha.4</Version>
88
<Title>Rhythm Game Utilities</Title>
99
<Description>A collection of utilities for creating rhythm games.</Description>
1010
<Authors>neogeek</Authors>

UnityPackage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Download and install the latest release (coming soon).
113113
Install the nuget package [com.neogeek.rhythm-game-utilities](https://www.nuget.org/packages/com.neogeek.rhythm-game-utilities/) via the CLI or from within your IDE.
114114

115115
```bash
116-
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
116+
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.4
117117
```
118118

119119
### SDL
@@ -145,7 +145,7 @@ dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
145145
Install the nuget package [com.neogeek.rhythm-game-utilities](https://www.nuget.org/packages/com.neogeek.rhythm-game-utilities/) via the CLI or from within your IDE.
146146

147147
```bash
148-
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.3
148+
dotnet add package com.neogeek.rhythm-game-utilities --version 1.0.0-alpha.4
149149
```
150150

151151
## API

0 commit comments

Comments
 (0)