Skip to content

Commit c6a2319

Browse files
committed
Fix invalid package version
1 parent 0ebc822 commit c6a2319

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Build/Props/CodeJam.Default.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AssemblyOriginatorKeyFile>..\Build\CodeJam.snk</AssemblyOriginatorKeyFile>
1111

1212
<Version>3.0.0.0</Version>
13-
<PackageVersion>3.0.0</PackageVersion>
13+
<PackageVersion>3.0.1-beta1</PackageVersion>
1414
<PackageOutputPath>..\_Results</PackageOutputPath>
1515

1616
<Company>RSDN</Company>

CodeJam.Blocks/Readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
CodeJam.Blocks 3.0.0-beta1 Release Notes
22
----------------------------------------
33

4-
What's new in 3.0.0-beta1
4+
What's new in 3.0.1-beta1
55
-------------------------
66
* Core 3.0 and 3.1 support
77
* Platform targeting reworked
8+
* Symbols package added
9+
10+
3.0.0 has invalid package version number
811

912
What's new in 2.2.0-beta1
1013
-------------------------

CodeJam.Main/Readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
CodeJam 3.0.0-beta1 Release Notes
22
---------------------------------
33

4-
What's new in 3.0.0-beta1
4+
What's new in 3.0.1-beta1
55
-------------------------
66
* Core 3.0 and 3.1 support
77
* Move ToHashSet() and GetValueOrDefault() to separate namespace to prevent conflicts
88
* Platform targeting reworked
99
* Assertions revisited
1010
* DateTime[Offset] related assertions and extensions
11+
* Symbols package added
1112

13+
3.0.0 has invalid package version number
1214

1315
What's new in 2.2.1
1416
-------------------------

0 commit comments

Comments
 (0)