Skip to content

Commit 3a3c9c9

Browse files
committed
2.2.1 hotfix - missing 472 build
1 parent 0a29021 commit 3a3c9c9

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

Build/Props/CodeJam.Default.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<DelaySign>False</DelaySign>
1010
<AssemblyOriginatorKeyFile>..\Build\CodeJam.snk</AssemblyOriginatorKeyFile>
1111

12-
<Version>2.2.0.0</Version>
13-
<PackageVersion>2.2.0</PackageVersion>
12+
<Version>2.2.1.0</Version>
13+
<PackageVersion>2.2.1</PackageVersion>
1414
<PackageOutputPath>..\_Results</PackageOutputPath>
1515

1616
<Company>RSDN</Company>

CodeJam.Blocks/CodeJam.Blocks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<RootNamespace>CodeJam</RootNamespace>
1010
<ProjectGuid>{0DFF0859-2400-4487-83AD-0ED10203D6D9}</ProjectGuid>
1111
<OutputType>Library</OutputType>
12-
<TargetFrameworks>net47;net46;net45;net40;net35;net30;net20;netcoreapp2.0;netcoreapp1.1;netcoreapp1.0;netstandard2.0;netstandard1.6;netstandard1.5</TargetFrameworks>
12+
<TargetFrameworks>net472;net47;net46;net45;net40;net35;net30;net20;netcoreapp2.0;netcoreapp1.1;netcoreapp1.0;netstandard2.0;netstandard1.6;netstandard1.5</TargetFrameworks>
1313

1414
<PackageId>CodeJam.Blocks</PackageId>
1515
<Title>CodeJam.Blocks library</Title>

CodeJam.Main/CodeJam.Main.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\Build\Props\CodeJam.Default.props" />
44
<Import Project="..\Build\Props\CodeJam.Targeting.props" />
@@ -9,7 +9,7 @@
99
<RootNamespace>CodeJam</RootNamespace>
1010
<ProjectGuid>{2F2046CC-FB47-4318-B335-5A82B04B6C40}</ProjectGuid>
1111
<OutputType>Library</OutputType>
12-
<TargetFrameworks>net47;net46;net45;net40;net35;net30;net20;netcoreapp2.0;netcoreapp1.1;netcoreapp1.0;netstandard2.0;netstandard1.6;netstandard1.5</TargetFrameworks>
12+
<TargetFrameworks>net472;net47;net46;net45;net40;net35;net30;net20;netcoreapp2.0;netcoreapp1.1;netcoreapp1.0;netstandard2.0;netstandard1.6;netstandard1.5</TargetFrameworks>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414

1515
<PackageId>CodeJam</PackageId>
@@ -41,6 +41,9 @@
4141
</AssemblyAttribute>
4242
</ItemGroup>
4343

44+
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
45+
<Reference Include="System.ComponentModel.DataAnnotations" />
46+
</ItemGroup>
4447
<ItemGroup Condition=" '$(TargetFramework)' == 'net47' ">
4548
<Reference Include="System.ComponentModel.DataAnnotations" />
4649
</ItemGroup>

CodeJam.Main/Readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
CodeJam 2.2.0 Release Notes
1+
CodeJam 2.2.1 Release Notes
22
---------------------------------
33

4+
What's new in 2.2.1
5+
-----------------------
6+
* Add missing 4.7.2 build
7+
48
What's new in 2.2.0
59
-----------------------
610
* StartsWithInvariant/EndsWithInvariant/IndexOfInvariant/LastIndexOfInvariant methods.

0 commit comments

Comments
 (0)