diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..7b5f8cf --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,18 @@ + + + true + $(NoWarn);CS1591 + + + $(Version) + Cysharp + Cysharp + © Cysharp, Inc. + https://github.com/Cysharp/ObservableCollections + $(PackageProjectUrl) + git + MIT + Icon.png + $(MSBuildThisFileDirectory)opensource.snk + + diff --git a/opensource.snk b/opensource.snk new file mode 100644 index 0000000..8ca75fe Binary files /dev/null and b/opensource.snk differ diff --git a/src/ObservableCollections/Icon.png b/src/ObservableCollections/Icon.png new file mode 100644 index 0000000..68d64b1 Binary files /dev/null and b/src/ObservableCollections/Icon.png differ diff --git a/src/ObservableCollections/ObservableCollections.csproj b/src/ObservableCollections/ObservableCollections.csproj index a2219ed..fbd4c20 100644 --- a/src/ObservableCollections/ObservableCollections.csproj +++ b/src/ObservableCollections/ObservableCollections.csproj @@ -4,12 +4,21 @@ netstandard2.0;netstandard2.1;net5.0;net6.0 enable 10.0 + + + collection + High performance observable collections and synchronized views, for WPF, Blazor, Unity. + true + + + + @@ -20,7 +29,7 @@ - +