From 11e3fda49c22c4a6e0ef6a9d2a3f73f4f969e79b Mon Sep 17 00:00:00 2001 From: naminodarie Date: Tue, 1 Dec 2020 21:30:48 +0900 Subject: [PATCH 1/3] Add Sample Comment --- Sample.Usage/SampleProject/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Sample.Usage/SampleProject/Program.cs b/Sample.Usage/SampleProject/Program.cs index aa6ce613..06a65c74 100644 --- a/Sample.Usage/SampleProject/Program.cs +++ b/Sample.Usage/SampleProject/Program.cs @@ -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]); From 2fb729152200ec83db40e0ff7472613bac1998ec Mon Sep 17 00:00:00 2001 From: naminodarie Date: Tue, 1 Dec 2020 21:31:18 +0900 Subject: [PATCH 2/3] Remove unused dependency --- AtCoderLibrary/AtCoderLibrary.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AtCoderLibrary/AtCoderLibrary.csproj b/AtCoderLibrary/AtCoderLibrary.csproj index 8a716875..02ad7ff9 100644 --- a/AtCoderLibrary/AtCoderLibrary.csproj +++ b/AtCoderLibrary/AtCoderLibrary.csproj @@ -9,7 +9,7 @@ true ac-library-csharp - 1.0.0 + 1.0.1 C# port of ac-library true $(MSBuildThisFileDirectory)..\bin\Packages\$(Configuration)\ @@ -40,7 +40,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - From b91310c7ee1fab4ad5b618b3f0a0dd00321f408d Mon Sep 17 00:00:00 2001 From: naminodarie Date: Tue, 1 Dec 2020 21:35:33 +0900 Subject: [PATCH 3/3] v1.0.1 --- Sample.Usage/SampleProject/SampleProject.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sample.Usage/SampleProject/SampleProject.csproj b/Sample.Usage/SampleProject/SampleProject.csproj index dfd52eea..45d1074d 100644 --- a/Sample.Usage/SampleProject/SampleProject.csproj +++ b/Sample.Usage/SampleProject/SampleProject.csproj @@ -6,7 +6,7 @@ - +