File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed
Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
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 >
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 >
Original file line number Diff line number Diff line change 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+
48What's new in 2.2.0
59-----------------------
610* StartsWithInvariant/EndsWithInvariant/IndexOfInvariant/LastIndexOfInvariant methods.
You can’t perform that action at this time.
0 commit comments