diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e470c..d6cef85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.0] 2022-05-13 +## [0.1.1] 2023-05-13 + +### Added + +- Symbol packages + +### Changed + +- Made build deterministic + +## [0.1.0] 2023-05-13 ### Released diff --git a/src/LazyCart/LazyCart.csproj b/src/LazyCart/LazyCart.csproj index 7755ece..5f8c8b1 100644 --- a/src/LazyCart/LazyCart.csproj +++ b/src/LazyCart/LazyCart.csproj @@ -7,7 +7,7 @@ true true True - 0.1.0 + 0.1.1 William Baldoumas A tiny library to lazily generate the Nth cartesian product. Copyright ©2023 William Baldoumas @@ -15,12 +15,16 @@ README.md git https://github.com/wbaldoumas/lazy-cart - cartesian;product;arithmetic;lazy;math + true + cartesian-product;arithmetic;lazy;math;set-theory LICENSE icon.png LazyCart LazyCart icon.ico + True + snupkg + true @@ -32,8 +36,16 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + true + +