From 42a579392a52eceb262040be85b9db1780f7bc90 Mon Sep 17 00:00:00 2001 From: NSGolova Date: Wed, 27 Dec 2023 20:34:21 +0000 Subject: [PATCH] Added nuget package config --- README.md | 3 +++ ReplayDecoder/ReplayDecoder.csproj | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..929afdc --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# BSOR ReplayDecoder + +A small library to decode BSOR file format and parse some replay stats diff --git a/ReplayDecoder/ReplayDecoder.csproj b/ReplayDecoder/ReplayDecoder.csproj index 30402ac..ae86bc4 100644 --- a/ReplayDecoder/ReplayDecoder.csproj +++ b/ReplayDecoder/ReplayDecoder.csproj @@ -4,6 +4,25 @@ net8.0 enable enable + True + BeatLeader.$(AssemblyName) + Replay decoding for BSOR + NSGolova + https://github.com/BeatLeader/ReplayDecoder + https://github.com/BeatLeader/ReplayDecoder.git + LICENSE + README.md + + + True + \ + + + True + \ + + +