diff --git a/.github/workflows/build-debug.yaml b/.github/workflows/build-debug.yaml
index df8a87b0..af5cd2c3 100644
--- a/.github/workflows/build-debug.yaml
+++ b/.github/workflows/build-debug.yaml
@@ -20,5 +20,6 @@ jobs:
with:
dotnet-version: |
9.0.x
- - run: dotnet build -c Debug
- - run: dotnet test -c Debug --no-build
+ - run: dotnet build -c Release
+ - run: dotnet test -c Release --no-build
+ - run: dotnet pack -c Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o $GITHUB_WORKSPACE/artifacts
diff --git a/Directory.Build.props b/Directory.Build.props
new file mode 100644
index 00000000..f6cb2314
--- /dev/null
+++ b/Directory.Build.props
@@ -0,0 +1,24 @@
+
+
+
+ 13
+
+
+ $(Version)
+ Cysharp
+ Cysharp
+ © Cysharp, Inc.
+ database, embedded, inmemory, unity
+ https://github.com/Cysharp/MasterMemory
+ README.md
+ $(PackageProjectUrl)
+ git
+ MIT
+ Icon.png
+
+
+
+
+
+
+
diff --git a/Icon.png b/Icon.png
new file mode 100644
index 00000000..68d64b1e
Binary files /dev/null and b/Icon.png differ
diff --git a/src/MasterMemory.Annotations/MasterMemory.Annotations.csproj b/src/MasterMemory.Annotations/MasterMemory.Annotations.csproj
index a1cc7c9e..da45f823 100644
--- a/src/MasterMemory.Annotations/MasterMemory.Annotations.csproj
+++ b/src/MasterMemory.Annotations/MasterMemory.Annotations.csproj
@@ -9,18 +9,11 @@
Cysharp
true
1701;1702;1705;1591
+ MasterMemory
MasterMemory.Annotations
- $(Version)
- Cysharp
- Cysharp
Attributes of MasterMemory.
- https://github.com/Cysharp/MasterMemory
- $(PackageProjectUrl)
- git
- database, embedded, inmemory, unity
- MasterMemory
true
diff --git a/src/MasterMemory.SourceGenerator/MasterMemory.GeneratorCore.csproj b/src/MasterMemory.SourceGenerator/MasterMemory.GeneratorCore.csproj
deleted file mode 100644
index 154b7ebb..00000000
--- a/src/MasterMemory.SourceGenerator/MasterMemory.GeneratorCore.csproj
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
- netstandard2.0
- latest
- false
-
-
-
-
-
-
-
-
-
-
-
- DatabaseBuilderTemplate.tt
- True
- True
-
-
- True
- True
- ImmutableBuilderTemplate.tt
-
-
- MemoryDatabaseTemplate.tt
- True
- True
-
-
- True
- True
- TableTemplate.tt
-
-
- True
- True
- MessagePackResolverTemplate.tt
-
-
-
-
-
- DatabaseBuilderTemplate.cs
- TextTemplatingFilePreprocessor
-
-
- ImmutableBuilderTemplate.cs
- TextTemplatingFilePreprocessor
-
-
- MemoryDatabaseTemplate.cs
- TextTemplatingFilePreprocessor
-
-
- TableTemplate.cs
- TextTemplatingFilePreprocessor
-
-
- MessagePackResolverTemplate.cs
- TextTemplatingFilePreprocessor
-
-
-
-
-
-
-
-
diff --git a/src/MasterMemory/MasterMemory.csproj b/src/MasterMemory/MasterMemory.csproj
index 96b4bbc0..80d702af 100644
--- a/src/MasterMemory/MasterMemory.csproj
+++ b/src/MasterMemory/MasterMemory.csproj
@@ -14,14 +14,7 @@
MasterMemory
- $(Version)
- Cysharp
- Cysharp
Embedded Typed Readonly In-Memory Document Database for .NET Core and Unity.
- https://github.com/Cysharp/MasterMemory
- $(PackageProjectUrl)
- git
- database, embedded, inmemory, unity
true