chore(release): 0.0.0 [skip ci]

This commit is contained in:
Stevan Freeborn
2025-03-29 00:18:11 +00:00
parent 65d144db85
commit 660533b99e
2 changed files with 31 additions and 11 deletions
+2 -11
View File
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>AltGen.Console</AssemblyTitle>
@@ -38,16 +38,7 @@
<MakeDir Directories="$(GeneratedCodeDirectory)" />
<WriteLinesToFile
File="$(GeneratedConstantsFile)" Lines="
namespace $(AssemblyName).$(GeneratedCodeDirectory)%3b
static class Constants
{
public const string AltGenApiUri = &quot;$(AltGenApiUri)&quot;%3b
}
"
Overwrite="true" />
<WriteLinesToFile File="$(GeneratedConstantsFile)" Lines="&#xA;namespace $(AssemblyName).$(GeneratedCodeDirectory)%3b&#xA;&#xA;static class Constants&#xA;{&#xA; public const string AltGenApiUri = &quot;$(AltGenApiUri)&quot;%3b&#xA;}&#xA; " Overwrite="true" />
<ItemGroup>
<Compile Include="$(GeneratedConstantsFile)" Exclude="@(Compile)" />
+29
View File
@@ -0,0 +1,29 @@
# Change Log
All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.
<a name="0.0.0"></a>
## [0.0.0](https://www.github.com/StevanFreeborn/alt-gen/releases/tag/v0.0.0) (2025-03-29)
### Features
* add app settings manager to do the reading and writing ([414e712](https://www.github.com/StevanFreeborn/alt-gen/commit/414e712f515f5b18c8d118921efeb52f52f3d280))
* add remove, list, and add config commands ([e9b9f7f](https://www.github.com/StevanFreeborn/alt-gen/commit/e9b9f7fc13cef7b284359aa040b4dd667bf389fa))
* begin working on console app ([92c0bee](https://www.github.com/StevanFreeborn/alt-gen/commit/92c0bee83bd9b265a4dd4b147d13ff1e4cfe4da8))
* implement generate command in console app ([ec9651e](https://www.github.com/StevanFreeborn/alt-gen/commit/ec9651e5e9eb65296c1503ee1a3bc55b1bbd32ee))
* initial config command implementation ([ba1d668](https://www.github.com/StevanFreeborn/alt-gen/commit/ba1d668ade8edd220ec7235fadf6df35645e3b22))
* more work on getting console client sorted ([4672644](https://www.github.com/StevanFreeborn/alt-gen/commit/4672644127670c19f87b25ee8ad1faf3697fdb05))
* success console app => api => gemini ([45a0ead](https://www.github.com/StevanFreeborn/alt-gen/commit/45a0ead7d89caefe4fefc12d7359f3a0f65e250a))
* wip on remove config command ([5647070](https://www.github.com/StevanFreeborn/alt-gen/commit/5647070fd32785a6e0e17a095f6f33a1bce5a0ba))
### Bug Fixes
* add gemini key as env var in workflow and make config file optional ([cc995c9](https://www.github.com/StevanFreeborn/alt-gen/commit/cc995c911eec94aa4f6172f425ff337edb93d1d9))
* add version info to csproj ([bf74091](https://www.github.com/StevanFreeborn/alt-gen/commit/bf74091e12f8d8b6e32e25c58ccda240fe9bf9b0))
* address issues causing problems in workflows ([f8aefb8](https://www.github.com/StevanFreeborn/alt-gen/commit/f8aefb82abacc66fd97e008877c6eb07b272b2ed))
* compare lowercase values ([8e0a693](https://www.github.com/StevanFreeborn/alt-gen/commit/8e0a6933f795e07632f174cf2d292ecbcca6ac58))
* publish as single file ([65d144d](https://www.github.com/StevanFreeborn/alt-gen/commit/65d144db858de22b2da5f576275c9bef4c0e4dcc))
* skip test settings if not present ([9dc4315](https://www.github.com/StevanFreeborn/alt-gen/commit/9dc43151b13687b30d2d78feb2b86b1590505a16))
* tests ([1ac200a](https://www.github.com/StevanFreeborn/alt-gen/commit/1ac200a65bd4ed444d6e8cf78ff6262944f0579c))
* use lower case when creating providers ([b4d00af](https://www.github.com/StevanFreeborn/alt-gen/commit/b4d00afe7a080509b84064570f532b33a780b848))