Skip to content

Commit

Permalink
Merge pull request #2 from naminodarie/release/v1.0.1
Browse files Browse the repository at this point in the history
Release/v1.0.1
  • Loading branch information
kzrnm committed Dec 1, 2020
2 parents 64300a7 + b91310c commit 2366f5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions AtCoderLibrary/AtCoderLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<EnableSourceLink>true</EnableSourceLink>
<PackageId>ac-library-csharp</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Description>C# port of ac-library</Description>
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
<PackageOutputPath>$(MSBuildThisFileDirectory)..\bin\Packages\$(Configuration)\</PackageOutputPath>
Expand Down Expand Up @@ -40,7 +40,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SourceExpander.Core" Version="2.2.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.0" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions Sample.Usage/SampleProject/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ static void Main()
{
SourceExpander.Expander.Expand();

// https://atcoder.jp/contests/practice2/tasks/practice2_a
var line = Console.ReadLine().Split(' ');
var n = int.Parse(line[0]);
var Q = int.Parse(line[1]);
Expand Down
2 changes: 1 addition & 1 deletion Sample.Usage/SampleProject/SampleProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ac-library-csharp" Version="1.0.0" />
<PackageReference Include="ac-library-csharp" Version="1.0.1" />
<PackageReference Include="SourceExpander" Version="2.2.0" />
</ItemGroup>

Expand Down

0 comments on commit 2366f5f

Please sign in to comment.