|
@@ -1,100 +1,114 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
-<project version="4">
|
|
|
|
|
- <component name="ChangeListManager">
|
|
|
|
|
- <list default="true" id="f38797aa-9c11-4a19-ac8e-09aa81c5b2ac" name="Changes" comment="feat: moved to pwsh scripts from yaml and fix invalid new version number">
|
|
|
|
|
- <change beforePath="$PROJECT_DIR$/.github/workflows/version-check.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.github/workflows/version-check.yml" afterDir="false" />
|
|
|
|
|
- </list>
|
|
|
|
|
- <option name="SHOW_DIALOG" value="false" />
|
|
|
|
|
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
|
|
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
|
|
- <option name="LAST_RESOLUTION" value="IGNORE" />
|
|
|
|
|
- </component>
|
|
|
|
|
- <component name="Git.Settings">
|
|
|
|
|
- <option name="PREVIEW_PUSH_ON_COMMIT_AND_PUSH" value="false" />
|
|
|
|
|
- <option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
|
|
|
- <map>
|
|
|
|
|
- <entry key="$PROJECT_DIR$" value="master" />
|
|
|
|
|
- </map>
|
|
|
|
|
- </option>
|
|
|
|
|
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
|
|
- </component>
|
|
|
|
|
- <component name="GitToolBoxStore">
|
|
|
|
|
- <option name="recentBranches">
|
|
|
|
|
- <RecentBranches>
|
|
|
|
|
- <option name="branchesForRepo">
|
|
|
|
|
- <list>
|
|
|
|
|
- <RecentBranchesForRepo>
|
|
|
|
|
- <option name="branches">
|
|
|
|
|
- <list>
|
|
|
|
|
- <RecentBranch>
|
|
|
|
|
- <option name="branchName" value="feat/ci" />
|
|
|
|
|
- <option name="lastUsedInstant" value="1680003560" />
|
|
|
|
|
- </RecentBranch>
|
|
|
|
|
- <RecentBranch>
|
|
|
|
|
- <option name="branchName" value="master" />
|
|
|
|
|
- <option name="lastUsedInstant" value="1680003559" />
|
|
|
|
|
- </RecentBranch>
|
|
|
|
|
- </list>
|
|
|
|
|
- </option>
|
|
|
|
|
- <option name="repositoryRootUrl" value="file://$PROJECT_DIR$" />
|
|
|
|
|
- </RecentBranchesForRepo>
|
|
|
|
|
- </list>
|
|
|
|
|
- </option>
|
|
|
|
|
- </RecentBranches>
|
|
|
|
|
- </option>
|
|
|
|
|
- </component>
|
|
|
|
|
- <component name="MarkdownSettingsMigration">
|
|
|
|
|
- <option name="stateVersion" value="1" />
|
|
|
|
|
- </component>
|
|
|
|
|
- <component name="ProjectId" id="2NdkrBy1WNws4uTxpIr1xf1mNkt" />
|
|
|
|
|
- <component name="ProjectViewState">
|
|
|
|
|
- <option name="hideEmptyMiddlePackages" value="true" />
|
|
|
|
|
- <option name="showLibraryContents" value="true" />
|
|
|
|
|
- </component>
|
|
|
|
|
- <component name="PropertiesComponent">{
|
|
|
|
|
- "keyToString": {
|
|
|
|
|
- "RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
|
|
- "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
|
|
- "WebServerToolWindowFactoryState": "false",
|
|
|
|
|
- "settings.editor.selected.configurable": "preferences.pluginManager"
|
|
|
|
|
- },
|
|
|
|
|
- "keyToStringList": {
|
|
|
|
|
- "rider.external.source.directories": [
|
|
|
|
|
- "C:\\Users\\Skif\\AppData\\Local\\JetBrains\\Shared\\vAny\\DecompilerCache",
|
|
|
|
|
- "C:\\Users\\Skif\\AppData\\Local\\JetBrains\\Shared\\vAny\\SourcesCache",
|
|
|
|
|
- "C:\\Users\\Skif\\AppData\\Local\\Symbols\\src"
|
|
|
|
|
- ]
|
|
|
|
|
- }
|
|
|
|
|
-}</component>
|
|
|
|
|
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
|
|
|
- <component name="TaskManager">
|
|
|
|
|
- <task active="true" id="Default" summary="Default task">
|
|
|
|
|
- <changelist id="f38797aa-9c11-4a19-ac8e-09aa81c5b2ac" name="Changes" comment="" />
|
|
|
|
|
- <created>1680001542466</created>
|
|
|
|
|
- <option name="number" value="Default" />
|
|
|
|
|
- <option name="presentableId" value="Default" />
|
|
|
|
|
- <updated>1680001542466</updated>
|
|
|
|
|
- <workItem from="1680001545311" duration="156000" />
|
|
|
|
|
- <workItem from="1680001723598" duration="121000" />
|
|
|
|
|
- <workItem from="1680001863890" duration="1869000" />
|
|
|
|
|
- </task>
|
|
|
|
|
- <task id="LOCAL-00001" summary="feat: moved to pwsh scripts from yaml and fix invalid new version number">
|
|
|
|
|
- <created>1680003671452</created>
|
|
|
|
|
- <option name="number" value="00001" />
|
|
|
|
|
- <option name="presentableId" value="LOCAL-00001" />
|
|
|
|
|
- <option name="project" value="LOCAL" />
|
|
|
|
|
- <updated>1680003671452</updated>
|
|
|
|
|
- </task>
|
|
|
|
|
- <option name="localTasksCounter" value="2" />
|
|
|
|
|
- <servers />
|
|
|
|
|
- </component>
|
|
|
|
|
- <component name="TypeScriptGeneratedFilesManager">
|
|
|
|
|
- <option name="version" value="3" />
|
|
|
|
|
- </component>
|
|
|
|
|
- <component name="VcsManagerConfiguration">
|
|
|
|
|
- <option name="CHECK_NEW_TODO" value="false" />
|
|
|
|
|
- <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
|
|
|
|
|
- <MESSAGE value="feat: moved to pwsh scripts from yaml and fix invalid new version number" />
|
|
|
|
|
- <option name="LAST_COMMIT_MESSAGE" value="feat: moved to pwsh scripts from yaml and fix invalid new version number" />
|
|
|
|
|
- </component>
|
|
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
+<project version="4">
|
|
|
|
|
+ <component name="ChangeListManager">
|
|
|
|
|
+ <list default="true" id="f38797aa-9c11-4a19-ac8e-09aa81c5b2ac" name="Changes" comment="feat: moved to pwsh scripts from yaml and fix invalid new version number">
|
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/.github/workflows/version-check.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.github/workflows/version-check.yml" afterDir="false" />
|
|
|
|
|
+ </list>
|
|
|
|
|
+ <option name="SHOW_DIALOG" value="false" />
|
|
|
|
|
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
|
|
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
|
|
+ <option name="LAST_RESOLUTION" value="IGNORE" />
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="Git.Settings">
|
|
|
|
|
+ <option name="PREVIEW_PUSH_ON_COMMIT_AND_PUSH" value="false" />
|
|
|
|
|
+ <option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
|
|
|
+ <map>
|
|
|
|
|
+ <entry key="$PROJECT_DIR$" value="master" />
|
|
|
|
|
+ </map>
|
|
|
|
|
+ </option>
|
|
|
|
|
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="GitToolBoxStore">
|
|
|
|
|
+ <option name="recentBranches">
|
|
|
|
|
+ <RecentBranches>
|
|
|
|
|
+ <option name="branchesForRepo">
|
|
|
|
|
+ <list>
|
|
|
|
|
+ <RecentBranchesForRepo>
|
|
|
|
|
+ <option name="branches">
|
|
|
|
|
+ <list>
|
|
|
|
|
+ <RecentBranch>
|
|
|
|
|
+ <option name="branchName" value="feat/ci" />
|
|
|
|
|
+ <option name="lastUsedInstant" value="1680003560" />
|
|
|
|
|
+ </RecentBranch>
|
|
|
|
|
+ <RecentBranch>
|
|
|
|
|
+ <option name="branchName" value="master" />
|
|
|
|
|
+ <option name="lastUsedInstant" value="1680003559" />
|
|
|
|
|
+ </RecentBranch>
|
|
|
|
|
+ </list>
|
|
|
|
|
+ </option>
|
|
|
|
|
+ <option name="repositoryRootUrl" value="file://$PROJECT_DIR$" />
|
|
|
|
|
+ </RecentBranchesForRepo>
|
|
|
|
|
+ </list>
|
|
|
|
|
+ </option>
|
|
|
|
|
+ </RecentBranches>
|
|
|
|
|
+ </option>
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="MarkdownSettingsMigration">
|
|
|
|
|
+ <option name="stateVersion" value="1" />
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="ProjectId" id="2NdkrBy1WNws4uTxpIr1xf1mNkt" />
|
|
|
|
|
+ <component name="ProjectViewState">
|
|
|
|
|
+ <option name="hideEmptyMiddlePackages" value="true" />
|
|
|
|
|
+ <option name="showLibraryContents" value="true" />
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="PropertiesComponent">{
|
|
|
|
|
+ "keyToString": {
|
|
|
|
|
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
|
|
+ "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
|
|
+ "WebServerToolWindowFactoryState": "false",
|
|
|
|
|
+ "settings.editor.selected.configurable": "preferences.pluginManager"
|
|
|
|
|
+ },
|
|
|
|
|
+ "keyToStringList": {
|
|
|
|
|
+ "rider.external.source.directories": [
|
|
|
|
|
+ "C:\\Users\\Skif\\AppData\\Local\\JetBrains\\Shared\\vAny\\DecompilerCache",
|
|
|
|
|
+ "C:\\Users\\Skif\\AppData\\Local\\JetBrains\\Shared\\vAny\\SourcesCache",
|
|
|
|
|
+ "C:\\Users\\Skif\\AppData\\Local\\Symbols\\src"
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+}</component>
|
|
|
|
|
+ <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
|
|
|
+ <component name="TaskManager">
|
|
|
|
|
+ <task active="true" id="Default" summary="Default task">
|
|
|
|
|
+ <changelist id="f38797aa-9c11-4a19-ac8e-09aa81c5b2ac" name="Changes" comment="" />
|
|
|
|
|
+ <created>1680001542466</created>
|
|
|
|
|
+ <option name="number" value="Default" />
|
|
|
|
|
+ <option name="presentableId" value="Default" />
|
|
|
|
|
+ <updated>1680001542466</updated>
|
|
|
|
|
+ <workItem from="1680001545311" duration="156000" />
|
|
|
|
|
+ <workItem from="1680001723598" duration="121000" />
|
|
|
|
|
+ <workItem from="1680001863890" duration="2084000" />
|
|
|
|
|
+ </task>
|
|
|
|
|
+ <task id="LOCAL-00001" summary="feat: moved to pwsh scripts from yaml and fix invalid new version number">
|
|
|
|
|
+ <created>1680003671452</created>
|
|
|
|
|
+ <option name="number" value="00001" />
|
|
|
|
|
+ <option name="presentableId" value="LOCAL-00001" />
|
|
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
|
|
+ <updated>1680003671452</updated>
|
|
|
|
|
+ </task>
|
|
|
|
|
+ <task id="LOCAL-00002" summary="feat: moved to pwsh scripts from yaml and fix invalid new version number">
|
|
|
|
|
+ <created>1680003783246</created>
|
|
|
|
|
+ <option name="number" value="00002" />
|
|
|
|
|
+ <option name="presentableId" value="LOCAL-00002" />
|
|
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
|
|
+ <updated>1680003783246</updated>
|
|
|
|
|
+ </task>
|
|
|
|
|
+ <task id="LOCAL-00003" summary="feat: moved to pwsh scripts from yaml and fix invalid new version number">
|
|
|
|
|
+ <created>1680003893089</created>
|
|
|
|
|
+ <option name="number" value="00003" />
|
|
|
|
|
+ <option name="presentableId" value="LOCAL-00003" />
|
|
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
|
|
+ <updated>1680003893089</updated>
|
|
|
|
|
+ </task>
|
|
|
|
|
+ <option name="localTasksCounter" value="4" />
|
|
|
|
|
+ <servers />
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="TypeScriptGeneratedFilesManager">
|
|
|
|
|
+ <option name="version" value="3" />
|
|
|
|
|
+ </component>
|
|
|
|
|
+ <component name="VcsManagerConfiguration">
|
|
|
|
|
+ <option name="CHECK_NEW_TODO" value="false" />
|
|
|
|
|
+ <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
|
|
|
|
|
+ <MESSAGE value="feat: moved to pwsh scripts from yaml and fix invalid new version number" />
|
|
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="feat: moved to pwsh scripts from yaml and fix invalid new version number" />
|
|
|
|
|
+ </component>
|
|
|
</project>
|
|
</project>
|