diff --git a/CodeStyle/CodeStyle.csproj b/CodeStyle/CodeStyle.csproj
index 90a470b..1c6d114 100644
--- a/CodeStyle/CodeStyle.csproj
+++ b/CodeStyle/CodeStyle.csproj
@@ -1,7 +1,7 @@
- 1.0.0
+ 1.1.0
Polyadic.CodeStyle
analyzers
Various analyzers bundled with opinionated configuration
@@ -15,13 +15,11 @@
netstandard2.0
-
+
-
- true
- %(Identity)
-
+
+
diff --git a/CodeStyle/build/Polyadic.CodeStyle.targets b/CodeStyle/build/Polyadic.CodeStyle.targets
index 3efb70d..ccb236b 100644
--- a/CodeStyle/build/Polyadic.CodeStyle.targets
+++ b/CodeStyle/build/Polyadic.CodeStyle.targets
@@ -1,14 +1,5 @@
-
-
- <_WorkflowUrl>$(PackageProjectUrl)/actions?query=branch%253Amain
- <_LinkPrefix>%1b]8;;
- <_LinkInfix>%1b\
- <_LinkSuffix>$(_LinkPrefix)$(_LinkInfix)
-
-
-
+
+
diff --git a/CodeStyle/build/PreventLocalPack.targets b/CodeStyle/build/PreventLocalPack.targets
new file mode 100644
index 0000000..c6afd52
--- /dev/null
+++ b/CodeStyle/build/PreventLocalPack.targets
@@ -0,0 +1,15 @@
+
+
+
+
+ <_WorkflowUrl>$(PackageProjectUrl)/actions?query=branch%253Amain
+ <_LinkPrefix>%1b]8;;
+ <_LinkInfix>%1b\
+ <_LinkSuffix>$(_LinkPrefix)$(_LinkInfix)
+
+
+
+
diff --git a/CodeStyle/buildMultiTargeting/Polyadic.CodeStyle.targets b/CodeStyle/buildMultiTargeting/Polyadic.CodeStyle.targets
new file mode 100644
index 0000000..3ad946b
--- /dev/null
+++ b/CodeStyle/buildMultiTargeting/Polyadic.CodeStyle.targets
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/README.md b/README.md
index 75510be..21d77c8 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Shared Code Style for all Polyadic/Funcky projects.
## Usage
-```
+```xml
```
diff --git a/changelog.md b/changelog.md
index 825c32f..01d7453 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1 +1,21 @@
# Changelog
+## 1.1.0
+* Disallow packing without enabling `ContinuousIntegrationBuild`.
+* Update `IDisposableAnalyzers` from 4.0.2 to 4.0.8. \
+ Excerpt from their [Release Notes](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md):
+ > #### 4.0.7
+ > BUGFIX: Handle target typed new
+ >
+ > #### 4.0.6
+ > BUGFIX: Handle ref struct
+ > BUGFIX: Handle target typed new
+ >
+ > #### 4.0.5
+ > BUGFIX: Handle ValueTask
+ > BUGFIX: awaited in expression
+ >
+ > #### 4.0.3
+ > * BUGFIX: Handle recursive builder
+
+## 1.0.0
+Initial release