Skip to content

Commit 8eb960b

Browse files
committed
1.4.0-beta1 preparation
1 parent 71a6542 commit 8eb960b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Main/nuget/CodeJam.Main.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>CodeJam</id>
5-
<version>1.3.0</version>
5+
<version>1.4.0-beta1</version>
66
<title>CodeJam .NET Library</title>
77
<authors>Andrew Koryavchenko, ig-sinicyn, Igor Tkachev, rameel</authors>
88
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>

Main/nuget/Readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
CodeJam 1.3.0 Release Notes
1+
CodeJam 1.4.0-beta1 Release Notes
22
---------------------------------
33

4+
What's new in 1.4.0-beta1
5+
-------------------
6+
* IsDebugAssembly moved from ReflectionExtension to AssemblyExtension
7+
* ReflectionExtension.GetModulePath method added
8+
* Refactoring and code cleanup
9+
410
What's new in 1.3.0
511
-------------------
612
* Code cleanup

0 commit comments

Comments
 (0)